<?xml version="1.0"?>
<component name="org.nuxeo.ecm.csv.actions.override">

  <require>org.nuxeo.ecm.csv.actions</require>

  <extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action icon="/icons/action_add_file.gif" id="csvImportAction" label="label.csv.import" order="40" type="fancybox">
      <category>SUBVIEW_UPPER_LIST</category>
      <properties>
        <property name="include">/incl/csv_import_box.xhtml</property>
        <property name="autoDimensions">false</property>
        <property name="width">90%</property>
        <property name="height">90%</property>
        <property name="modal">true</property>
      </properties>
      <filter-id>importFile</filter-id>
    </action>

  </extension>

</component>
